Move some help functions from help-fns.el to help.el, which is preloaded.
authorGlenn Morris <rgm@gnu.org>
Fri, 14 Mar 2014 00:32:41 +0000 (20:32 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 14 Mar 2014 00:32:41 +0000 (20:32 -0400)
commit053e9ce6dcae48fe99e9a00a1451c0120b2b2045
tree65915124558d9162798d88ce12e892ffcada3772
parent193a66a4206b73b24485ce206d9937e805198cf5
Move some help functions from help-fns.el to help.el, which is preloaded.

They are now needed by eg the function `documentation' in some circumstances.

* lisp/help-fns.el (help-split-fundoc, help-add-fundoc-usage)
(help-function-arglist, help-make-usage): Move from here...

* lisp/help.el (help-split-fundoc, help-add-fundoc-usage)
(help-function-arglist, help-make-usage): ... to here.

* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el
lisp/help-fns.el
lisp/help.el